Zed Pack Installation Notes
----------------------------
Copy all scripts (.cts files) to your TWX scripts folder.
Copy all sound files (.wav files) to your TWX root.

--------
Z-Login
--------

z-login.cts replaces the default 1_login.ts in the TWX setup.

When you first attempt to login with Z-Login it will see that there is no z-globals.cfg file in the TWX root and take you to a menu where you can create one. The information you provide here will be used to log you in automatically to games whether you are a new or existing player.
Fill in the information as necessary. (You can omit Alias if you dont use one)
The last option, Add Autoload, allows you to specify a script to load automatically after login.
You can use this option more than once to specify more than one script to load.

This menu only comes up once but you can edit these settings at any time in z-globals.cfg using notepad.

Example z-globals.cfg

ALIAS:myName
SHIPNAME:My Ship
PLANETNAME:My Planet
CORPNAME:My Corp
CORPPW:secret
SSCHANNEL:12345
AUTOLOAD:Z-FigMon
AUTOLOAD:Z-Bot

Note there is no space between the colon (:) and the entry.

When you have finished entering the information in the menu you can press G to GO.
The info will be saved to z-globals.cfg and you will be disconnected.
Reconnect and you will be logged in automatically and scripts loaded.
If its a new game your ship will be named, your planet if any will be named, your corp will be made (or joined if it is already made), your ship and planet will be made owned by the corp, your cn settings will be set, your subspace channel will be set, your scripts loaded, and you will be ready to go at the prompt.

If you want to start a new game with different settings in the z-globals.cfg, just make a copy of the existing z-globals.cfg and rename it to GAMENAME_z-globals.cfg (where GAMENAME is the twx database name for this game). You can edit this file and change the settings, and it will only be used for the specific game it is named after. The z-globals.cfg file is used for all other games (games without a GAMENAME_z-globals.cfg named after them).


------
Z-Bot
------

When you first run Z-Bot it will see that there is no Z-Options.cfg file in the TWX Root. It will create one and exit, telling you to edit this file.

You can edit this file using notepad.

In the Z-Options.cfg file you need to find the option:

BOTNAME: your_bot_name_here  

(near the top of the file) and change your_bot_name_here to the name you will give your bot. (your corpies will use this name when issuing you commands remotely so keep it short, lowercase, and no spaces in the name)

Example:

BOTNAME: bot

Note that there IS a space between the colon (:) and your bot name.

There are a number of options you can set in the Z-Options.cfg file but for now the defaults will do. You can edit this file at anytime, if the bot is running, issue a REFRESH command and it will see the new changes.

With the botname set you can now run the bot again and it will load up as normal.

The default SELF BOT COMMAND key is the greater than key. (>)

Press the (>) key and type in  HELP       for initial info on getting help.
Press the (>) key and type in  HELP LIST  for a list of internal bot commands.
Press the (>) key and type in  HELP XTRA  for a list of extra bot commands. (You can add bottable scripts to this list in the Z-Options.cfg file)
Double tap the comma key (,) for a menu of standalone scripts (you can add scripts to this menu).

